@extends('layouts.app') @section('title', 'Bangladesh Unbound - Meal Create') @section('page-title', 'Meal') @section('breadcrumb') @endsection @section('content')

Packages Create Meal

Back to Meal List
@include('admin.meal.partials.create-form')
@endsection