@extends('expert.master') @section('title', 'Edit Unit Usaha - ' . $settingsinfo->company_name . ' - ' . $settingsinfo->soft_name) @section('content') {{-- SIDEBAR --}} @include('expert.sidebar') {{-- TOPBAR --}} @include('expert.topbar') @if ($user_role_per->admin == 1)
{{-- Header --}}
Edit Unit Usaha
{{-- Form Card --}}
Form Edit Unit Usaha
@csrf @method('PUT')
Kembali
{{-- End inner card --}}
@endif @include('expert.copyright') @endsection