@extends('backend.layout.master') @section('content') Edit Brochure Dashboard Edit Brochures @if (count($errors) > 0) Whoops! There were some problems with your input. @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif Edit Brochures: {{$brochureData->name}} @csrf @method('PUT') Brochure Name Brochure File @if($brochureData->document) {{$brochureData->document}} @endif Status Choose a option status == '0' ? 'selected' : ''}}>Inactive status == '1' ? 'selected' : ''}}>Active @endsection @push('specific_css') @endpush @push('specific_js') @endpush