@extends('layouts.app') @section('content')
Add Shipping
@include('components.crudalerts')
@csrf
@error('Name') {{ $message }} @enderror
@error('ShippingCost') {{ $message }} @enderror
@include('components.savebackbtn')
@endsection @section('script') @endsection