@extends('panel.layout.base') @section('title',$title) @section('content')
@csrf
@if($errors->any()) @foreach($errors->all() as $error)
@endforeach
@endif
@endsection @section('script') @endsection