@extends('layouts.app') @section('title', 'Edit Agent - Cash Book') @section('content')

Edit Agent

@if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
Cancel
@endsection