@include('Partials.sidebar')
@include('Partials.header')

Edit Brochure

  1. Brochures
  2. Edit
@if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Edit Brochure

@csrf @method('PUT')
{{-- Current PDF --}} @if($brochure->brochure_file)
{{ $brochure->brochure_file }}
View PDF  |  Download
@endif

PDF only — max 10MB
Cancel
@include('Partials.footer')