@extends('admin::curd.index') @section('heading') {!! trans('trips::trips.name') !!} {!! trans('cms.manage') !!} {!! trans('trips::trips.names') !!} @stop @section('title') {!! trans('trips::trips.names') !!} @stop @section('breadcrumb') @stop @section('entry')
@stop @section('tools') @stop @section('content')
{!! trans('trips::trips.label.trip_name')!!} {!! trans('trips::trips.label.trip_description')!!} {!! trans('trips::trips.label.trip_price')!!} {!! trans('trips::trips.label.featured_image')!!}
@stop @section('script') @stop @section('style') @stop