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

Branch Slider

Control and view all Branches of Store

@endsection @section("content")

Edit Branch Slider

@if(count($errors) > 0)
    @foreach($errors->all() as $error)
  • {{$error}}
  • @endforeach
@endif @csrf @method("put") @if(!$branch->sliders->isEmpty())
Current Images
@foreach($branch->sliders as $slider)
Delete Image
@endforeach
@endif
@endsection @section("scripts") @endsection