@extends("layouts.dashboard.app") @section("page-nav-title")

{{__('Home Banner')}}

{{__('Create New Home Banner')}}

@endsection @section("content")

{{__('Create New Home Banner')}}

@csrf
@error("brand_name_en")
{{$message}}
@enderror
@error("brand_name_ar")
{{$message}}
@enderror
@error("slogan_name_en")
{{$message}}
@enderror
@error("slogan_name_ar")
{{$message}}
@enderror
@error("brand_photo")
{{$message}}
@enderror
@error("brand_slider_photo")
{{$message}}
@enderror

@endsection @section("scripts") @endsection