@extends('layouts.app') @push('css_or_js') @endpush @section('css_or_js') @endsection @section('title') @endsection @section('content')
@include('layouts._toolbar-list')
Create plan
@foreach($shippingPlans as $shippingPlan) @endforeach
ID Title Related Created date Status Actions
{{$shippingPlan->id}} Admin {{$shippingPlan->created_at}}
{{$shippingPlan->status}}
Actions
@endsection @section('custom') @endsection