@extends('layouts.backend') @section('title', $currency->name) @section('page_script') @endsection @section('page_header')

{{ $currency->name }}

@endsection @section('content')
{{ csrf_field() }} @include('admin.currencies._form') @endsection