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