@extends('layouts.admin.adminlayout') @section('header_scripts') @stop @section('content')

{{ $title }}

{{ getPhrase('image')}} {{ getPhrase('title')}} {{ getPhrase('key')}} {{ getPhrase('status')}} {{ getPhrase('is_default')}} {{ getPhrase('action')}}
@endsection @section('footer_scripts') @include('common.datatables', array('route'=>'resumetemplates.dataTable')) @include('common.deletescript', array('route'=>URL_RESUME_TEMPLATES_DELETE)) @stop