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

{{ $title_description??'' }}

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