{{-- @extends('adminlte::page') @section('title', $title ?? 'Transportes Mateo') @section('content_header')

{{ $headerTitle ?? 'Transportes Mateo' }}

@isset($headerSubtitle) {{ $headerSubtitle }} @endisset
@isset($headerActions)
{!! $headerActions !!}
@endisset
@stop @section('content') @yield('admin_content') @stop @section('footer') Transportes Mateo · Sistema @stop --}} @extends('adminlte::page') {{-- @section('title', isset($title) ? $title . ' | Transportes Mateo' : 'Transportes Mateo') --}} {{-- @section('title', trim($__env->yieldContent('page_title') . ' | Transportes Mateo', ' |')) --}} @section( 'title', trim(($title ?? $__env->yieldContent('page_title')) . ' | Transportes Mateo', ' |') ) @section('css') @livewireStyles @stop @section('content_header')

{{ $headerTitle ?? ($title ?? 'Transportes Mateo') }}

@isset($headerSubtitle) {{ $headerSubtitle }} @endisset
@isset($headerActions)
{!! $headerActions !!}
@endisset
@stop @section('content') @hasSection('admin_content') @yield('admin_content') @else {{ $slot ?? '' }} @endif @stop @section('js') @livewireScripts @stop @section('footer') Transportes Mateo · Sistema @stop