@extends('layouts.layout-admin') @section('styles') @endsection @section('content')

{{ __('market') }}

{{ __('Manage Market') }}

{{ __('Add New Market') }}
{{ __('Market Name') }} {{ __('Market Code') }} {{ __('Priority') }} {{ __('Status') }} {{ __('Action') }}
@endsection @section('scripts') @endsection