@extends('layouts.admin') @section('content')
App Version Details
{!! csrf_field() !!}
@if ($errors->has('app_version')) {{ $errors->first('app_version') }} @endif
@if(!empty($role)) {!! method_field('PUT') !!} @endif {{ csrf_field() }}
@endsection @section('footer-content') @endsection