@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")

{{__("Business Partners")}}

{{__("Business Partners")}}

@endsection @section("content")

{{__("Create New Business Partner")}}

@csrf
@error("business_partners_image")
{{$message}}
@enderror
@endsection @section("scripts") @endsection