@extends('admin.layouts.master-soyuz') @section('title','Edit Slider |') @section('body') @component('admin.component.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Sliders') }} @endslot @slot('menu1') {{ __("Slider") }} @endslot @slot('menu2') {{ __("Edit Slide") }} @endslot @slot('button')
Back
@endslot ​ @endcomponent
@if ($errors->any()) @endif
{{ __('Create a new slider') }}
{{ method_field('PUT') }} @csrf

Upload


@if($image = @file_get_contents(public_path().'/images/slider/'.$slider->image)) Responsive image @else Responsive image @endif
@endsection @section('custom-script') @endsection