@extends('master') @section('title') Surveyor - {{$surveyor->name}} @endsection @section('content') @if (session('status'))
{{ session('status') }}
@endif @if ($errors->any())
@endif

Update Surveyor


Surveyor #{{$surveyor->id}}
@method('PUT')
Surveyor Profile


Back @can('update_surveyor') @endcan
@endsection