@extends('layouts.master') @section('title') Search GRN @endsection @section('page-title') GRN @endsection @section('body') @endsection @section('content')

Search GRN

@csrf

@if(session('errors'))
@foreach ($errors->all() as $error)

{{ $error }}

@endforeach
@endif
@endsection @section('scripts') @endsection