@extends('layouts.app') @section('page_title',$tank->exists?'Edit Tank':'New Tank') @section('content')
@csrf @if($tank->exists) @method('PUT') @endif
{{ $tank->exists ? 'Edit Tank Information' : 'Create New Tank' }}
This form is for tank name, capacity and fuel type. Use Add/Edit Stock for stock quantity.
@if($tank->exists) Add / Edit Stock@endif
@if($tank->exists)
@endif
@endsection