@extends('adminlte::page') @section('meta_tags') @endsection @if ($errors->any()) @php session()->flash('toastr', [ 'title' => 'Error', 'type' => 'error', 'message' => $errors->first() ]); @endphp @endif @section('content_header')

@yield('nombre_header')

@endsection @section('content') @yield('content') @endsection @section('css') {{-- Add here extra stylesheets --}} {{-- --}} @stop @section('js') @include('components.toastr-session') {{-- Toastr si hay mensajes --}} @include('components.datatable-config') {{-- Datatable si hay tablas --}} @stack('js') @endsection