@extends('base.base') @section('cssDashboard') @yield('cssForm') @endsection @section('text') @if (session('message'))
{{ session('message') }}
@endif {{-- @if($errors->any())

@endif --}} @endsection @section('content')
@yield('titleTable')
@yield('headerTable')
@yield('contentForm') {{-- Modal de confirmación de eliminación --}}
@endsection @section('jsDashboard') {{-- Bootstrap table --}} {{-- Principal --}} @if (session('success')) @endif @yield('jsForm') @endsection