@extends('layouts.admin') @section('title') افزودن {{ str_contains(\Illuminate\Support\Facades\Request::url(),'director') ? 'هیئت مدیره' : 'مدیران' }} @endsection @section('content')

افزودن {{ str_contains(\Illuminate\Support\Facades\Request::url(),'director') ? 'هیئت مدیره' : 'مدیران' }}

@include('admin.index.messages')
@csrf
@if($errors->has('locale')) {{ $errors->first('locale') }} @endif
@if($errors->has('name')) {{ $errors->first('name') }} @endif
@if($errors->has('slug')) {{ $errors->first('slug') }} @endif
@if($errors->has('title')) {{ $errors->first('title') }} @endif
@if($errors->has('email')) {{ $errors->first('email') }} @endif
@if($errors->has('src')) {{ $errors->first('src') }} @endif
@if($errors->has('body')) {{ $errors->first('body') }} @endif
@endsection @section('script') @endsection