@extends('adminsection.layouts.master') @section('title') Tours || @parent @stop @section('page-title') Tours @stop @section('main-content')
Add New
@foreach($tours as $tour) @endforeach
# Title Country Price Actions
{{$loop->iteration}} {{$tour->title}} {{$tour->country->name}}
{{$tour->place}}
৳{{$tour->price}} Edit Delete View
{{$tours->links()}}
@stop