From a958d56590500b7df86a834207a227f689c542f1 Mon Sep 17 00:00:00 2001 From: ajsy <35658596+ajsy@users.noreply.github.com> Date: Sat, 9 Mar 2019 11:29:06 +0300 Subject: [PATCH] Update view.blade.php --- resources/views/locations/view.blade.php | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/resources/views/locations/view.blade.php b/resources/views/locations/view.blade.php index 932765dfc1..e5453a4999 100644 --- a/resources/views/locations/view.blade.php +++ b/resources/views/locations/view.blade.php @@ -9,10 +9,6 @@ @parent @stop -@section('header_right') -{{ trans('admin/locations/table.update') }} -@stop - {{-- Page content --}} @section('content') @@ -155,18 +151,23 @@ @endif - +
+ {{ trans('admin/locations/table.update') }} +
+
+ Print Only Assigned to Location +
+
+ Print All Assigned to Location +
+ + - - - - - @stop @section('moar_scripts')