@extends('layouts.app') @section('title') @if(! empty($title)) {{$title}} @endif - @parent @endsection @section('content')
@include('admin.sidebar_menu')
@if( ! empty($title))

{{ $title }}

@endif
@csrf
{{--
--}}


@endsection @section('page-js') @endsection