@extends('layouts.'.((Session::get('user')->CurrentRole === 'Firm Admin')?'admin':'filer').'-dashboard') @section('heading') Manual Cron @stop @section('content')
@if(!empty($message)) {{$message}} @endif
@if(!empty($message_error)) {{$message_error}} @endif

UPDATE CODES

Update all the codes related to a Location

  

UPDATE LOCATIONS

Update all the Locations available in the system

Update Locations List

@stop @section('scripts_bottom') @stop