@extends('backend.layouts.app') @section('title', $data['p_heading']) @section('content') {!! Form::model($data['flyer'], ['method' => 'PATCH', 'route' => ['admin.flyers.update', $data['flyer']->id], 'files' => true]) !!}