/home/techb158/ileadtechnology.com/resources/views/admin/testimonial
NameSizeModeActions
index.blade.php28820644editdlrm
testi_edit.blade.php33180644editdlrm
testi_form.blade.php38210644editdlrm
Edit: /home/techb158/ileadtechnology.com/resources/views/admin/testimonial/testi_edit.blade.php (3318B)
@extends('admin/layouts.master') @section('title', 'Edit Testimonial - Admin') @section('body') @if ($errors->any())
@endif
@include('admin.message')

{{ __('adminstaticword.Edit') }} - {{ $test->client_name}}

{{ csrf_field() }} {{method_field('PATCH')}}


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

  • @endsection @section('scripts') @endsection