@php $name = ($type == 1) ? 'Recieve' : 'Payment'; @endphp @extends('admin.layouts.master') @section('title', $name) @section('content')
@include('admin.includes.msg')
{{ csrf_field() }} @if($data ?? '') @else @endif
@endsection