{{--synced with serve--}} @extends('admin.template.master') @section('stylesheets') {!! Html::style('assets/admin/bower_components/select2/dist/css/select2.min.css') !!} @endsection @section('title') Third Party Pickup Points Home Third Party Pickup Points Entry @endsection @section('main-content') Entry @csrf District {{-- Select District @foreach ($districts as $district) {{$district->name}} @endforeach --}} Name Address Status Select Status Active Inactive @endsection @section('javascripts') {!! Html::script('assets/admin/bower_components/select2/dist/js/select2.full.min.js') !!} {!! Html::script('assets/admin/bower_components/ckeditor/ckeditor.js') !!} @endsection