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

{{__("Sliders")}}

{{__("Sliders")}}

@endsection @section("content")

Create New Slider

@csrf {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{-- @error("branch")--}} {{--
{{$message}}
--}} {{-- @enderror--}} {{--
--}} {{--
--}}
@error("slider_image")
{{$message}}
@enderror
@error("type")
{{$message}}
@enderror
@error("category")
{{$message}}
@enderror
@error("item")
{{$message}}
@enderror

@foreach($branches as $branch) @endforeach
{{__('Branch Name')}}
{{ $branch->name }}
@error("branches")
{{$message}}
@enderror
@endsection @section("scripts") @endsection