@extends('layouts.master') @section('title', 'PetroERP- An ERP for Petrol Pumps') @section('content') Country Place Settings Country New Country Active List Deactive List Add Country {!! Form::open(['action' => 'CountriesController@store', 'method' => 'POST', 'class' => 'form-horizontal space-top','data-parsley-validate']) !!} Name Short Name Phone Code {{Form::submit('Submit', ['class'=>'btn btn-primary'])}} {{Form::reset('Reset', ['class'=>'btn btn-primary'])}} {!! Form::close() !!} @endsection