@extends('expert.master') @section('title', 'Tambah Unit Usaha - ' . $settingsinfo->company_name . ' - ' . $settingsinfo->soft_name) @section('content') {{-- SIDEBAR --}} @include('expert.sidebar') {{-- TOPBAR --}} @include('expert.topbar') @if ($user_role_per->admin == 1)
Tambah Unit Usaha
Form Input Unit Usaha
@csrf
Kembali
@endif @include('expert.copyright') @endsection