@extends('layouts.admin') @section('content')
@if($agent)
{{ method_field('PUT') }} {{ csrf_field() }} @else {{ csrf_field() }} @endif
@endsection