@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} {{__("Create Business Partners")}} @endSection @section("page-nav-title")
{{__("Home Slider")}}
{{__("Home Slider")}}
{{__("Dashboard")}}
{{__("Business Partners")}}
{{__("Create")}}
@endsection @section("content")
{{__("Create New Home Slider")}}
@csrf
{{__("Home Slider Photo")}}
{{__("Upload Photo")}}
@error("business_partners_image")
{{$message}}
@enderror
@endsection @section("scripts") @endsection