@extends('admin.layout.layout') @section('content')

{{ $title }}

@if(Session::has('error_message')) @endif @if(Session::has('success_message')) @endif @if($errors->any()) @endif
@csrf
@include('admin.layout.footer')
@endsection