@extends('dashboard.layout.master') @section('content')
@include('dashboard.layout.navbar')
Register Settlement
@csrf
@php $uc = \DB::table('uc')->get(); @endphp
Go Back
@if(session('error')) @endif @if(session('success')) @endif @endsection