@extends('admin.layouts.app') @section('title','Add New') @section('content')

Add New

View All
@csrf
@error('name') {{ $message }} @enderror
@error('img') {{ $message }} @enderror
{{--
--}} {{-- --}} {{-- --}} {{--
--}}
{{-- Modal --}} {{-- End: Modal --}} @endsection @push('js') @endpush