@extends('admin.layouts.master') @section('title', 'Edit Trusted Slider- Admin') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('Edit Trusted Slider') }}
{{ csrf_field() }} {{ method_field('PUT') }}

{{ __('Upload') }}
{ __('Image') }}

status == '1' ? 'checked' : '' }} />
@endsection