@extends('layouts.app') @section('content')

Edit Default Looking For

@include('adminlte-templates::common.errors')
{!! Form::model($defaultLookingFor, ['route' => ['defaultLookingFors.update', $defaultLookingFor->id], 'method' => 'patch']) !!}
@include('default_looking_fors.fields')
{!! Form::close() !!}
@endsection