@extends('layouts.app') @section('title', $page_title) @push('styles')@endpush @section('content')

{{ $sub_title }}

@if (permission('loan-add')) Add New@endif
@include('loan::loan.modal') @endsection @push('scripts') @endpush