@extends('layouts.adminapp') @section('content') {{-- Godown Add New --}}
@csrf

Add New Godown

@error('title')
{{ $message }}
@enderror
{{--

Enter your next TODO

@csrf
Back --}} @endsection