Warning: Undefined variable $val in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/finantial_form.blade.php on line 6

Warning: Undefined variable $val in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/finantial_form.blade.php on line 7

Warning: Undefined variable $val in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/finantial_form.blade.php on line 8

Warning: Undefined variable $val in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/finantial_form.blade.php on line 9
@extends('layouts.admin.master') @section('styles') @endsection @section('body-content') {{-- --}}
@if ( session()->has('message') )
Well done! {{ session('message') }}
@elseif(session()->has('error'))
Oh snap! {{ session('error') }}
@endif
@csrf
@endsection @section('scripts') @endsection