@extends('layouts.master') @section('title', 'New treasury | Alboosh - Timeless authenticity, born of the desert') @if (request()->get('type') === "treasury") @php $type_name = __('basic.add treasury'); @endphp @else @php $type_name = __('basic.add bank'); @endphp @endif @section('title-topbar', $type_name) @section('css') @endsection @section('content')