@extends('layouts.admin.app') @section('title', 'Edit '.$title) @section('content')
@method('PUT') @include($view.'field')
@endsection