@extends($templatePathAdmin.'layout') @section('main')

{{ $title_description??'' }}

@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endsection @push('styles') @endpush @push('scripts') @endpush