@extends('layouts.app2') @section('dynamic_css') @endsection @section('content')
@if ($errors->has('success_msg'))
× {{ $errors->first('success_msg') }}
@endif @if ($errors->has('error_msg'))
× {{ $errors->first('error_msg') }}
@endif
Gp Code Gp Name Action
@endsection @section('dynamic_js') @endsection