@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
@stop
@section('scripts_bottom')
@stop