@extends('admin.layouts.layout') @section('content')
Transaction
@if(empty($editSubPostSecondaryData[0]->id))
@else @endif @csrf
@if ($errors->has('startDate')){{ $errors->first('startDate') }}@endif
@if ($errors->has('endDate')){{ $errors->first('endDate') }}@endif
@if(!empty($getRoleByUsers)) @foreach($getRoleByUsers as $keys => $users) @endforeach @endif
@endsection