@extends('layouts.adminapp') @section('content') {{-- Godown view --}}

Godown List

@foreach($Godowns as $Godown)

{{$Godown->title}}

@endforeach
@endsection