diff --git a/resources/views/back/locations.blade.php b/resources/views/back/locations.blade.php
index 8bff2b5..2b99109 100644
--- a/resources/views/back/locations.blade.php
+++ b/resources/views/back/locations.blade.php
@@ -4,12 +4,6 @@
@section('main-content')
@parent
- @if($errors->any())
-
{{$errors->first()}}
- @endif
- @if(session('message'))
- {!! session('message') !!}
- @endif
Locations
diff --git a/resources/views/frame.blade.php b/resources/views/frame.blade.php
index 39abc78..9605183 100644
--- a/resources/views/frame.blade.php
+++ b/resources/views/frame.blade.php
@@ -1,41 +1,52 @@
-
-
-
- @yield('title')
-
-
-
-
-
-