@extends('layouts/default') {{-- Page title --}} @section('title') @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content')

Location Transfer

@if(Session::has('message'))

{{ Session::get('message') }}

@endif

Location Transfer List

@permission('loc-tran-create') Add New @endpermission
@foreach($locationtrans as $location) @endforeach @if (count($locationtrans) === 0) @endif
LT. No Date Location From Location To
{{ $location->voucher_no }} {{ date('d-m-Y',strtotime($location->voucher_date)) }} {{ $location->locfrom }} {{ $location->locto }} @permission('loc-tran-edit')

@endpermission
@permission('loc-tran-delete')

@endpermission

No matching records found
@include('layouts.right_sidebar')
@stop {{-- page level scripts --}} @section('footer_scripts') @stop