@extends('admin.layout.app') @section('more-head') @endsection @section('main-content')

OPERATIONS MANAGEMENT SYSTEM

gang allocation

@include('includes.messages')
{{ csrf_field() }}
@if (Session::has('msg'))
{{ Session::get('msg') }}
@endif






@endsection @section('more-scripts') @endsection