@extends('admin.layouts.master') @section('content') @section('amount','active') @section('title', 'Amount') @if(session('success'))
{{session('success')}}
@endif

Amount

@csrf

Amount

{{$errors->first('client_id')}}
{{$errors->first('amount')}}
{{$errors->first('pdf_file')}}
@endsection