@section('title') {{ $title }} @endsection {{-- --}}
{{-- Post New Blog --}} Add New Industry
Show Industries
Only red fields are mandatory
Industry Name
Image
@if (isset($industry_image_upload)) @endif @if (isset($industry->image)) @if (Storage::disk('public')->exists($industry->image)) @endif @endif
@error('industry.image')
{{ $message }}
@enderror
{{-- --}}
{{ $submitButtonText }} Cancel {{-- Clear --}}