@extends('admin.index') @section('title', 'States') @section('content')
Name Code Country {!! Form::select('country_id', $country,'',array('id'=>'country_id','class'=>'form-select')) !!}