@extends('adminlte::page') @section('title') @yield('title', 'Sistema') @endsection @section('content_header')

@yield('content_header')

@yield('content_header_actions')
@endsection @section('content') @yield('contenido') @endsection @section('css') @stack('css') @endsection @section('js') @stack('js') @endsection