@extends(config('template.admin.view') . '.layout.layout') @if(isset($title)) @section('title', $title) @endif @section('content')
@csrf
@endsection @section('js') @parent @endsection