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

{{__('Branch Slider')}}

{{__('Control and view all Branches of Store')}}

@endsection @section("content") @include("layouts.main-parts.page-message")

{{__('Edit Branch Slider')}}

@if(count($errors) > 0)
    @foreach($errors->all() as $error)
  • {{$error}}
  • @endforeach
@endif @csrf @method("put") @if(!$branch->sliders->isEmpty())
@foreach($branch->sliders as $slider)
{{--our short solution--}} id)}}">delete image
@endforeach
@endif
@endsection @section("scripts") {{-- --}} {{-- --}} {{-- --}} @endsection