@include('delivery_location::deliverylocation.partial.header')
@include('delivery_location::deliverylocation.partial.aside')
{{$deliverylocation->title}}

{!! $deliverylocation['id'] !!}

{!! $deliverylocation['name'] !!}

{!! $deliverylocation['description'] !!}

{!! $deliverylocation['created_at'] !!}

{!! $deliverylocation['updated_at'] !!}

{!! $deliverylocation['deleted_at'] !!}
{!! Form::text('name') -> label(trans('delivery_location::deliverylocation.label.name')) -> placeholder(trans('delivery_location::deliverylocation.placeholder.name'))!!}
{!! Form::text('description') -> label(trans('delivery_location::deliverylocation.label.description')) -> placeholder(trans('delivery_location::deliverylocation.placeholder.description'))!!}