@extends('layouts.master') @section('title', 'Find Methods') @section('css') @endsection @section('content')

{{ __('translation.Find_Method_List') }}

{{ __('translation.Add') }}
@foreach ($data as $key => $d) @endforeach
{{ __('translation.No') }} {{ __('translation.How_to_Here') }} {{ __('translation.Status') }} {{ __('translation.Action') }}
{{ $key + 1 }} {{ $d->how_to_here }} {{ $d->status == 'Y' ? 'Yes' : 'No' }}
@csrf @method('DELETE')
@endsection @section('script') @endsection