@extends('backend.layouts.app') @section('content')
@if($editData) @method('put') @endif @csrf
@if(sizeof($model)>0) @foreach($model as $m) @endforeach @endif
Sl Tour. Name Action
{{ ++$sl }} {{ $m->name }}
@endsection @section('script') @endsection