@extends('admin/layouts.master') @section('title', 'Edit Trusted - Admin') @section('body')
@include('admin.message')

{{ __('adminstaticword.Edit') }} {{ __('adminstaticword.TrustedSlider') }}

{{ csrf_field() }} {{ method_field('PUT') }}


  • status == '1' ? 'checked' : '' }} >


  • @endsection