@props(['title'=>'الادارة'])
@props(['breadcrumbs'=>[]])
<x-app-layout :breadcrumbs="$breadcrumbs" :title="$title">
    <x-slot name="header_nav">
        @include('$LOWER_NAME$::components.header_nav')
    </x-slot>
    <x-slot name="actions">
        {{$actions}}
    </x-slot>

   {{$slot}}

</x-app-layout>
