@extends('template.layout') @section('style') @endsection @section('content')
@if ($errors->any()) @endif {{-- execption alert --}} @if (session('error')) @endif {{-- success alert --}} @if (session('success')) @endif @if (session('warning')) @endif
Create GRN Return
Back
@csrf
@endsection @section('script') @endsection