@extends('layouts.dashboard') @section('title', 'Currency Edit') @section('content')
{{ $page_title }}
{!! Form::open(['method'=>'post','class'=>'form-horizontal','files'=>true]) !!}
...
Select image Change Remove
{!! Form::close() !!}
@endsection @section('scripts') @endsection