@extends('Dashboard.layouts.master') @section('title', 'Slider | Edit') @section('css') @endsection @section('content')
@csrf @method('PATCH')

@if(count($slider->translations)>0) @foreach($translations as $language)

@endforeach @endif
@endsection @section('scripts') @endsection