@extends('layouts.dashboard') @section('title', trans('agency.edit')) @section('content-dashboard')
{{ Form::open(['route' => 'users.agency.update', 'method' => 'patch']) }} {!! FormField::text('name', ['value' => Option::get('agency_name')]) !!} {!! FormField::text('tagline', ['value' => Option::get('agency_tagline')]) !!} {!! FormField::email('email', ['value' => Option::get('agency_email')]) !!} {!! FormField::text('website', ['value' => Option::get('agency_phone')]) !!} {!! FormField::textarea('address', ['value' => Option::get('agency_address')]) !!} {!! FormField::text('phone', ['value' => Option::get('agency_website')]) !!} {{ Form::submit(trans('agency.update'), ['class' => 'btn btn-info']) }} {{ link_to_route('users.agency.show', trans('app.cancel'), [], ['class' => 'btn btn-default']) }} {{ Form::close() }}
@endsection