@extends('master.layout') @section('content')

Container Detail Preview

{{--

Select2

--}}
{{--

Input masks

--}}
@if($isEdit==true) @else @endif {{$errors->first('code') ?? null}}
@csrf
@if($isEdit==true) @else @endif {{$errors->first('cost') ?? null}}
@if($isEdit==true) @else @endif {{$errors->first('supplier') ?? null}}
Back     
{{--

Color & Time Picker

--}}
@endsection