@extends('admin_layout.main') @section('main-section')
Add Website Sub Location
@if(Session::has('success')) @endif @if(Session::has('error'))
{{ Session::get('error') }}
@endif
Website Sub Location
@foreach($servicelocation as $servicelocations) @endforeach
ID Url Title Keyword Description Canonical Action
{{$servicelocations->id}} {{$servicelocations->url}} {{$servicelocations->title}} {{$servicelocations->keyword}} {{$servicelocations->description}} {{$servicelocations->canonical}} Edit Delete
@endsection