@extends('layouts.master') @push('page-style') @endpush @section('page-content')

Update Brochure

{{ csrf_field() }} {{ method_field('put')}}
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
@if ($errors->has('coverfile')) {{ $errors->first('coverfile') }} @endif
@if(isset($brochure->coverfile)) @endif
@if ($errors->has('file')) {{ $errors->first('file') }} @endif
@if(isset($brochure->file)) View Sarawani @endif
@endsection