@extends('admin/admin') @section('content')
{{ __('Company') }} {{ __('List') }}
@if (session()->has('success'))
{{ session('success') }}
@endif
{{ __('ID') }} {{ __('Name') }} {{ __('Add Location') }} {{ __('Manager List') }} {{ __('Campaign List')}} {{ __('User List')}} {{ __('Status') }} {{ __('Action') }}
@endsection @section('footer-scripts') @parent @endsection