@extends('Layouts.adminLayout') @section('title') {{__('Insert Shipment')}} @endsection @section('breadcrumb')
@endsection @section('content')
{{__('Insert Shipment')}}
@CSRF
@if ($errors->has('lang'))
{{ $errors->first('lang') }}
@endif
@if ($errors->has('city'))
{{ $errors->first('city') }}
@endif
@if ($errors->has('product_type'))
{{ $errors->first('product_type') }}
@endif
@if ($errors->has('title'))
{{ $errors->first('title') }}
@endif
{{__('So Rent')}}
{{__('Active')}}
@endsection @section('script') @endsection